Initializes a new instance of the Rect class.
Namespace: MindFusion.Drawing
File: Rect.js
JavaScript
![]() |
---|
function Rect (x, y, [width, [height]]) |
Type: Number | Point
Number | Point. The X-coordinate of the top left corner of the rectangle.
Type: Number | Size
Number | Size. The Y-coordinate of the top left corner of the rectangle.
Type: Number
Number. The width of the rectangle.
Type: Number
Number. The height of the rectangle.